@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2017-10-11 10:50)
*/

/*全局 on*/
html {
  -webkit-text-size-adjust: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "微软雅黑" !important;
  color: #333;
  background: #fff;
}

input,
textarea,
select,
button,
label {
  vertical-align: middle;
  font-family: "微软雅黑" !important;
}

.clear {
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
form,
input,
label,
select {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: #0e54ad;
  text-decoration: none;
}

a img {
  border: none;
}

li,
img {
  vertical-align: top;
}

ul {
  zoom: 1;
}

input {
  border: none;
  background: none;
  outline: none;
}

textarea {
  resize: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.c-red {
  color: red;
}

/*去除谷歌自带黄色背景问题*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 60px #fff inset;
  -webkit-text-fill-color: #333;
}

/*全局 end*/

/*function*/
.f-dn {
  display: none;
}

.f-db {
  display: block;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.f-pr {
  position: relative;
}

.f-pa {
  position: absolute;
}

.f-pf {
  position: fixed;
}

.f-oh {
  overflow: hidden;
}

.f-fwn {
  font-weight: normal;
}

.f-fwb {
  font-weight: bold;
}

.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-csp {
  cursor: pointer;
}

.f-csd {
  cursor: default;
}

.f-csh {
  cursor: help;
}

.f-csm {
  cursor: move;
}

.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.f-clear {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
  clear: both;
  font-size: 0;
}

.f-clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .f-clearfix {
  zoom: 1;
}

*:first-child+html .f-clearfix {
  zoom: 1;
}

.f-wd100 {
  width: 100%;
}

.f-npd {
  padding: 0;
}

.f-nmg {
  margin: 0 !important;
}

.f-mlr2 {
  margin: 0 2px;
}

.f-mlr5 {
  margin: 0 5px;
}

.f-mlr7 {
  margin: 0 7px;
}

.f-mlr10 {
  margin: 0 10px;
}

.f-mlr15 {
  margin: 0 15px;
}

.f-mlr20 {
  margin: 0 20px;
}

.f-mlrf5 {
  margin: 0 -5px;
}

.f-mlrf7 {
  margin: 0 -7px;
}

.f-mlrf10 {
  margin: 0 -10px;
}

.f-mlrf15 {
  margin: 0 -15px;
}

.f-mlrf20 {
  margin: 0 -20px;
}

.f-plr5 {
  padding: 0 5px;
}

.f-plr7 {
  padding: 0 7px;
}

.f-plr10 {
  padding: 0 10px;
}

.f-plr15 {
  padding: 0 15px;
}

.f-plr20 {
  padding: 0 20px;
}

.f-mb5 {
  margin-bottom: 5px;
}

.f-mb10 {
  margin-bottom: 10px;
}

.f-mb15 {
  margin-bottom: 15px;
}

.f-mb20 {
  margin-bottom: 20px;
}

.f-nbg {
  background: none !important;
}

.f-nbd {
  border: none;
}

/*module*/
/*list*/
.icon {
  float: left;
  color: #006ebc;
}

.m-location span {
  display: inline-block;
  padding-left: 25px;
}

.m-location span:first-child {
  background: url(../images/home/icon-location.png) left 0 no-repeat;
  background-position: 0px 15px;
}

.m-location {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*header*/
.is-header {
  background: url(../images/home/banner.png) center 0 no-repeat;
}

.is-header .container {
  position: relative;
}

.m-top {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}

.m-top a.fl {
  display: flex;
  align-items: center;
}

.m-top a.fl img {
  margin-right: 5px;
}

.m-top a {
  margin: 0 15px;
  font-size: 14px;
}

.m-top ul {
  display: flex;
}

.m-top span li {
  display: inline;
}

.m-logo {
  height: 399px;
  position: relative;
}

.m-logo .written {
  padding-top: 20px;
  color: #333333;
}

.m-logo .written a:last-child {
  margin-right: 20px;
}

.head-logo {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -62px;
}

.sidemenu_wrap {
  display: none;
}

/*导航*/
.m-nav {
  height: 70px;
  background: #2b5ca9;
}

.m-nav ul {
  display: flex;
  position: relative;
  margin: 0 -15px 0 -15px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.m-nav ul li {
  float: left;
  width: 171px;
  height: 70px;
  line-height: 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.m-nav li a {
  display: block;
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.m-nav li a:hover {
  background: #144797;
}

.navbar-header {
  display: none;
  height: 70px;
  line-height: 70px;
  background: #2b5ca9;
  text-align: left;
  padding: 0 15px;
}

.navbar-header a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.navbar-toggle {
  padding: 2px 3px;
  margin: 22px 0 0 0;
  border: 1px solid #fff;
  line-height: 0;
}

.m-nav li:hover .secondary {
  display: block;
}

.m-nav .secondary {
  width: 1240px;
  height: 70px;
  background-color: #e0e6fa;
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
}

.m-nav .secondary li {
  flex: 1;
}

.m-nav .secondary li a:hover {
  background: none;
}

.m-nav .secondary li a {
  line-height: 70px;
  color: #2b5ca9;
}

/*搜索*/
.written-search {
  width: 1200px;
  height: 50px;
  background-color: #fff;
  margin: 0 auto;
}

.weather {
  float: left;
  margin: 10px 0;
}

.u-search {
  width: 238px;
  height: 38px;
  float: right;
  margin: 5px 0;
}

.u-search form {
  display: flex;
  border: 1px solid #dddddd;
  background: #fff;
  height: 38px;
  overflow: hidden;
}

.u-search form input[type="text"] {
  flex: 1;
  padding: 0 0 0 10px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #888;
}

.u-search form input[type="submit"] {
  width: 38px;
  height: 38px;
  background: url(../images/home/seach.png) center no-repeat;
  background-position: 10px 8px;
}

.u-time {
  margin-top: 2px;
  margin-right: 5px;
}

@media (max-width:1240px) {}

@media (max-width:992px) {}

@media (max-width:767px) {
  .container {
    padding: 0 15px;
  }

  .m-top {
    display: none;
  }

  .m-logo {
    padding: 20px 0 15px;
    text-align: center;
  }

  .written-search {
    width: 100%;
  }

  .u-search {
    position: inherit;
    margin: 0;
    width: 100%;
  }

  .navbar-header {
    display: block;
  }

  .m-nav ul {
    display: block;
  }

  .m-nav ul li,
  .m-nav li.active {
    width: 100%;
  }

  #navbar-collapse {
    background-color: #2b5ca9;
    position: relative;
    z-index: 999;
  }

  .m-specialbox {
    width: 100% !important;
  }

  .written p {
    text-align: left;
  }
}

@media (max-width:500px) {
  .m-logo .head-logo img {
    width: 100%;
  }
}

/*footer*/
.is-footer {
  padding-bottom: 30px;
  background-color: #2b5ca9;
}

.is-footer .container {
  position: relative;
}

.dzjg img {
  width: 56px;
  height: 70px;
}

.dzjg {
  position: absolute;
  top: 35px;
  left: 50px;
  z-index: 999;
}

.footer-information {
  text-align: center;
  margin: 25px auto 0;
}

.footer-information a {
  color: #ffffff;
}

.is-footer .footer-information p {
  color: #ffffff;
  line-height: 30px;
}

.ga {
  margin-top: 4px;
}

@media (max-width:767px) {
  .footer-information {
    width: 100%;
  }

  .dzjg {
    display: none;
  }
}

/*toolbar*/


/*pagination*/
.m-pagination {
  padding: 15px;
}

.m-pagination li {
  float: left;
  margin: 3px;
  height: 28px;
  font-size: 14px;
}

.m-pagination li a {
  display: block;
  padding: 0 10px;
  line-height: 26px;
  border: 1px solid #ccc;
  font-size: 14px;
  background: #fff;
}

.m-pagination li.u-redirect {
  line-height: 28px;
}

.m-pagination li.u-redirect input {
  padding: 0 5px;
  vertical-align: middle;
  width: 42px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  margin: -2px 0 0 3px;
  *margin: -2px 0 0 3px;
  _margin: -2px 0 0 3px;
}

.m-pagination li.active a,
.m-pagination li a:hover {
  background: #2b5ca9;
  border: 1px solid #2b5ca9;
  color: #fff;
}

.m-pagination li.page-info a,
.m-pagination li.page-info a:hover {
  border: 1px solid #ccc;
  cursor: default;
  color: #666;
  background: #fff;
}

.m-pagination li.disabled a,
.m-pagination li.disabled a:hover {
  background: #eee;
  border: 1px solid #ccc;
  cursor: default;
  color: #666;
}

/*share*/
.share-main {
  position: relative;
  width: 102px;
  height: 24px;
}

.share-bar a {
  margin-left: 10px;
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/public/icon-share.png);
}

.share-bar .share-tsina {
  background-position: 0 0;
}

.share-bar .share-weixin {
  background-position: -24px 0;
}

.share-bar .share-qzone {
  background-position: -48px 0;
}

.weixin-share-open {
  position: absolute;
  bottom: 34px;
  right: 0;
  display: none;
  background: #fff;
}

.weixin-wrap {
  position: relative;
  padding: 10px;
  width: 234px;
  height: 102px;
  border: 1px solid #ddd;
}

.share-qrcode {
  float: left;
}

.share-qrcode img {
  display: block;
  width: 80px;
  height: 80px;
}

.weixin-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #d4d4d4;
  cursor: pointer;
}

.weixin-text {
  padding: 10px 0 0 90px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
}

/*module*/
.ldtp a::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.ldtp a:hover::before {
  -webkit-animation: shine 1s;
  -moz-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {
  .container {
    padding: 0;
    width: 1200px;
  }

}

/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
  .f-lg-mlr5 {
    margin: 0 5px;
  }

  .f-lg-mlr10 {
    margin: 0 10px;
  }

  .f-lg-mlr15 {
    margin: 0 10px;
  }

  .f-lg-mlrf5 {
    margin: 0 -5px;
  }

  .f-lg-mlrf10 {
    margin: 0 -10px !important;
  }

  .f-lg-mlrf15 {
    margin: 0 -15px;
  }

  .f-lg-plr5 {
    padding: 0 5px;
  }

  .f-lg-plr10 {
    padding: 0 10px !important;
  }

  .f-lg-plr15 {
    padding: 0 15px;
  }

  .f-lg-mb5 {
    margin-bottom: 5px;
  }

  .f-lg-mb10 {
    margin-bottom: 10px;
  }

  .f-lg-mb15 {
    margin-bottom: 15px;
  }

  .f-lg-mb20 {
    margin-bottom: 20px;
  }

  .f-lg-mb30 {
    margin-bottom: 30px !important;
  }

  .f-lg-ha {
    height: auto;
  }

  .f-lg-fn {
    float: none;
  }

  .f-lg-wa {
    width: auto;
  }

  .f-lg-db {
    display: block;
  }

  .f-lg-dn {
    display: none;
  }

}

/*pad md*/
@media screen and (max-width: 991px) {
  .f-md-mlr5 {
    margin: 0 5px;
  }

  .f-md-mlr10 {
    margin: 0 10px;
  }

  .f-md-mlr15 {
    margin: 0 10px;
  }

  .f-md-mlrf5 {
    margin: 0 -5px;
  }

  .f-md-mlrf10 {
    margin: 0 -10px;
  }

  .f-md-mlrf15 {
    margin: 0 -15px;
  }

  .f-md-plr5 {
    padding: 0 5px;
  }

  .f-md-plr10 {
    padding: 0 10px;
  }

  .f-md-plr15 {
    padding: 0 15px;
  }

  .f-md-mb5 {
    margin-bottom: 5px;
  }

  .f-md-mb10 {
    margin-bottom: 10px;
  }

  .f-md-mb15 {
    margin-bottom: 15px !important;
  }

  .f-md-ha {
    height: auto !important;
  }

  .f-md-fn {
    float: none;
  }

  .f-md-wa {
    width: auto;
  }

  .f-md-db {
    display: block;
  }

  .f-md-dn {
    display: none;
  }

}

/*phone sm*/
@media screen and (max-width: 767px) {
  .f-sm-mlr5 {
    margin: 0 5px;
  }

  .f-sm-mlr10 {
    margin: 0 10px;
  }

  .f-sm-mlr15 {
    margin: 0 10px;
  }

  .f-sm-mlrf5 {
    margin: 0 -5px;
  }

  .f-sm-mlrf10 {
    margin: 0 -10px;
  }

  .f-sm-mlrf15 {
    margin: 0 -15px;
  }

  .f-sm-plr5 {
    padding: 0 5px;
  }

  .f-sm-plr10 {
    padding: 0 10px;
  }

  .f-sm-plr15 {
    padding: 0 15px;
  }

  .f-sm-mb5 {
    margin-bottom: 5px;
  }

  .f-sm-mb10 {
    margin-bottom: 10px;
  }

  .f-sm-mb15 {
    margin-bottom: 15px;
  }

  .f-sm-ha {
    height: auto;
  }

  .f-sm-fn {
    float: none !important;
  }

  .f-sm-wa {
    width: auto;
  }

  .f-sm-db {
    display: block;
  }

  .f-sm-dn {
    display: none;
  }

}

/*small xs*/
@media screen and (max-width: 638px) {
  body {
    font-size: 14px;
  }

}

/*print*/
@media print {
  a[href]:after {
    content: none !important;
  }
}